<?xml version="1.0"?>
<component name="org.nuxeo.easyshare.auth.contrib.override">

  <require>org.nuxeo.easyshare.auth.contrib</require>

  <extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
  <action icon="/icons/contextual_menu/share.png" id="showEasyShareURL" label="Public URL" order="20" type="fancybox">
   <filter id="easyShareFolderFilter">
    <rule grant="true">
     <type>EasyShareFolder</type>
    </rule>
   </filter>
   <properties>
    <property name="include">/incl/easyshare_url_box.xhtml</property>
    <property name="ajaxSupport">true</property>
   </properties>
  </action>
 </extension>

</component>
